Fix the filtering mechanism of weapon range bonus effect in AE#2193
Conversation
|
Nightly build for this pull request:
This comment is automatic and is meant to allow guests to get latest nightly builds for this pull request without registering. It is updated on every successful build. |
|
If you're gonna do this might as well do same for WarheadTypeClass, WW(P) used FindOrAllocate for single WH values pretty much everywhere. Strictly speaking wasn't a bug, more of a technical limitation that is even explicitly listed in docs for some things (may need to go over those now). |
Ah, initially it was a user who reported to me as a bug that those two INI flags were not working, so I also followed that description.
Specifically, what do you think should be done? |
Making sure that whatever you change the docs accurately reflect that. Check where WeaponTypes are parsed into vectors in codebase and check ifthe docs for the appropriate features mention this limitation that's now been lifted. |
Currently, aside from the two AE filter flags, there are only two that use This is why users consider it a bug that the two filter flags of AE cannot support weapons not listed in |
|
To Chinese users:
|
…ypeFindOrAllocate
|
For resources such as test videos and images, see the posts in this topic. |
…ypeFindOrAllocate
Fixed the bug where
WeaponRange.AllowWeaponsandWeaponRange.DisallowWeaponsonly support weapons listed in the[WeaponTypes]list